
.main {
	overflow: hidden;
	margin-top: 2vw
}

.main .bor {
	border: 1px solid #bbb;
	box-sizing: border-box;
	padding: 1rem
}

.main.containe {
	max-width: 1400px
}


.lside .iauth {
	box-sizing: border-box
}

.lside .iauth li {
	background-color: #f0f0f0;
	margin-top: 0.5rem;
}

.lside .iauth a {
	text-align: left;
	font-size: .8rem;
	color: #333;
	position: relative;
	display: block;
	line-height: 3.2em;
	text-indent: 1em
}
.lside .iauth a i{font-size:1rem;padding-right: 0.3em;}
@media (max-width:768px) {
	.lside .iauth a {
		font-size: .88888889rem
	}
}

@media (max-width:640px) {
	.lside .iauth a {
		font-size: 1rem
	}
}

.lside .iauth a:after {
	font-family: '宋体';
	display: block;
	color: #888;
	font-size: 1.4rem;
	content: ">";
	z-index: 5;
	position: absolute;
	right: 1rem;
	top: 0
}

@media (max-width:768px) {
	.lside .iauth a:after {
		font-size: 1.09090909rem
	}
}

.lside .iauth a.act,
.lside .iauth a:hover {
	color: #00b0ec
}

.lside .iauth a.act:after,
.lside .iauth a:hover:after {
	color: #00b0ec
}

.lside .iauth dl dd {
	border-top: 1px solid #ddd
}

.lside .iauth dl a {
	font-size: 14px;
	color: #666;
	line-height: 3.4em
}

@media (max-width:640px) {
	.lside .iauth dl a {
		font-size: 13px
	}
}

.lside .news_l {
	margin: 2vw 0;border: 1px solid #c0c0c0;
}

.lside h3 {
	font-size: 1.2rem;
	color: #333;
	line-height: 2em;
}

@media (max-width:768px) {
	.lside h3 {
		font-size: 1.09090909rem
	}
}

.lside .newslist {}

.lside .newslist li {
	border-top: 1px solid #c0c0c0;
	margin-bottom: .8rem;
	padding: 0.6rem 0;
}

.lside .newslist i {
	float: left;
	color: transparent;
	padding-right: 6px
}

.lside .newslist a {
	display: block;
	overflow: hidden;white-space: nowrap;
    text-overflow: ellipsis;
}

.lside .newslist a.act,
.lside .newslist a:hover {
	color: #004ea2
}

.lside .newslist a span {
	font-size: 12px;
	color: #888
}

.lside .newslist .wrap {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.67em;
	height:1.6em;
}

@media (max-width:640px) {
	.lside .newslist .wrap {
		font-size: 13px
	}
}

.inner_list {
	box-sizing: border-box;
	padding: 5px
}

.inner_list li {
	float: left;
	width: 44%;
	margin: 1.5%;
	padding: 1.5%;
	background-color: #eee
}

.inner_list .imWrap {
	box-sizing: border-box;
	border: 1px solid #bbb;
	padding-top: 75%
}

.inner_list p {
	font-size: 14px;
	color: #333;
	text-align: center;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 3.6em;
	height: 3em
}

@media (max-width:640px) {
	.inner_list p {
		font-size: 13px
	}
}

.inner_tit {
	clear: both;
	text-align: left;
	position: relative;
	margin-top: -1rem;
	margin-bottom: 1rem;
	    background: #f5f5f5;
    padding-right: 3rem;
    width: 100%;
    margin-left: -1.5rem;
}

.inner_tit h3 {
	font-size: .9rem;
	    color: #fff;
    display: inline-block;
    line-height: 2.34em;
    background: #00b0ec;
    padding: 0 1.2em;
}

@media (max-width:768px) {
	.inner_tit h3 {
		font-size: .94444444rem
	}
}

.article img {
	max-width: 100%
}

.articleTit {
	color: #333;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 1rem
}

@media (max-width:768px) {
	.articleTit {
		font-size: 1.09090909rem
	}
}

.sub_info {
	text-align: center;
	color: #666;
	padding: 5px 0;
	line-height: 1.5rem !important;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #bbb
}

.sub_info span {
	margin-right: 1rem
}

.pr .sub_info span:after {
	display: block;
	content: " ";
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0
}

.articleCon {
	font-size: 14px !important;
	line-height: 2.1 !important;
	color: #333 !important
}

.articleCon img {
	max-width: 100%;
	height: auto !important
}

.skip {
	overflow: hidden;
	margin-top: 4vw;
	background-color: #f5f5f5;
	padding: .4rem 1rem;
	height: 2em;
	border-radius: 30px;
	margin-bottom: 3rem
}

.skip>div {
	float: left;
	font-size: 0;
	width: 50%
}

.skip>div:last-child {
	text-align: right
}

.skip a {
	font-size: 14px;
	color: #666;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 5em)
}

@media (max-width:640px) {
	.skip a {
		font-size: 13px
	}
}

.skip span {
	font-size: 14px;
	color: #333;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-right: 5px
}

@media (max-width:640px) {
	.skip span {
		font-size: 13px
	}
}

h3.tag {
	color: #999;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7em;
	border-top: 1px dashed #e0e1dc;
	margin-top: .5rem;
	padding-top: .4rem
}

@media (max-width:640px) {
	h3.tag {
		font-size: 13px
	}
}

h3.tag a {
	color: #005a98;
	margin: 0 8px 0 5px
}

h3.tag a :hover {
	color: #0172bd
}

.titbar {
	border-bottom: 1px solid #bbb;
	margin: 1rem 0
}

.titbar h2 {
	font-size: .8rem;
	color: #004ea2;
	display: inline-block;
	border-bottom: 2px solid #004ea2;
	line-height: 35px
}

@media (max-width:768px) {
	.titbar h2 {
		font-size: .88888889rem
	}
}

@media (max-width:640px) {
	.titbar h2 {
		font-size: 1rem
	}
}

.news_pre {
	width: 103%;
	margin-top: -.8rem
}

.news_pre li {
	float: left;
	width: 47%;
	margin-right: 3%;
	border-bottom: 1px dashed #bbb
}

.news_pre span.date {
	float: right;
	font-size: 13px;
	color: #666
}

.news_pre a {
	font-size: 14px;
	color: #666;
	padding-left: 1.5em;
	background-image: url(/public1/image/i09.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto auto;
	line-height: 3em
}

@media (max-width:640px) {
	.news_pre a {
		font-size: 13px
	}
}

#pro_pre .swiper-slide a {
	display: block
}

#pro_pre .swiper-slide .big img {
	min-height: 100%
}

#pro_pre .swiper-slide p {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
	line-height: 40px
}


.about_dl {
	max-width: 1400px;
	margin: 0 auto 4vw
}

.about_dl dd {
	overflow: hidden
}

.about_dl dd:nth-child(odd) .big {
	float: left;
	margin-right: 2vw;
	margin-left: 0
}

.about_dl .big {
	float: right;
	margin-left: 2vw
}

.about_dl .wrap {
	font-size: 15px;
	color: #333;
	line-height: 2.2em;
	padding: 3vw 2vw 0
}

@media (max-width:640px) {
	.about_dl .wrap {
		font-size: 1rem
	}
}

.about_dl .wrap img {
	max-width: 100%;
	margin-bottom: 1em
}

.about_dl .wrap p {
	text-indent: 1.5em;
	margin-bottom: 1em
}


.inner_products {
	width: 103%;
	margin-top: 1vw
}

.inner_products li {
	float: left;
	margin-right: 2.5%;
	width: 22.5%;
	margin-bottom: 2.5%;
	background-color: #f5f5f5;
	padding-bottom: 1rem
}

.inner_products h3 {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
	color: #333;
	font-weight: 400;
	line-height: 3em;
	text-align: center
}

@media (max-width:768px) {
	.inner_products h3 {
		font-size: 1.09090909rem
	}
}

.inner_products h3:after {
	display: block;
	background-color: #004ea2;
	content: " ";
	height: 3px;
	width: 1.5rem;
	z-index: 5;
	position: absolute;
	left: 50%;
	bottom: .5rem;
	margin-left: -.75rem
}

.inner_products p.con {
	font-size: 15px;
	color: #666;
	display: block;
	overflow: hidden;
	line-height: 1.7em;
	height: 5em;
	padding: 0 1rem
}

@media (max-width:640px) {
	.inner_products p.con {
		font-size: 1rem
	}
}

.service_tit {
	text-align: left;
	font-size: 1.2rem;
	color: #333;
	font-weight: 400;
	    margin-bottom: 0.6em;
    line-height: 2.8em;
    border-bottom: 1px solid #ddd;
}

@media (max-width:768px) {
	.service_tit {
		font-size: 1.09090909rem
	}
}



.tags {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tags i {
	font-size: 13px;
	color: #004ea2;
	margin-right: .5em
}

.tags span {
	font-size: 13px;
	color: #777;
	margin-right: .5em
}

.tags a {
	font-size: 13px;
	color: #777;
	display: inline-block;
	margin-right: .5em
}
.contact_cont{
	    float: left;
    width: 47%;
    margin-right: 6%;
}
#ind_form {
	/*float: right;*/
	/*width:54%;*/
	/*margin-left:5%;*/
	border-top: 0;
	border-bottom: 0;overflow: hidden;
}
#ind_form p.tit{padding-bottom: 1rem;text-align: center;}
#ind_form p.tit small{font-size: 15px;display: block;}
#ind_form p.tit:after{display: none;}
#ind_form input,
#ind_form textarea {line-height: 36px;
    border: 1px solid #cdcdcd;
    width: calc(100% - 8em);
    border-radius: 5px;
}
#ind_form .info{    background-color: #00b3ed;
    color: #fff;
    display: inline-block;
    float: right;
    line-height: 38px;
    padding: 0 1em;
    border-radius: 5px;
    margin-right: 1.5em;
}
#ind_form .info+input{width: calc(100% - 17em);}
#ind_form>div {    margin-bottom: 1rem;
    padding-top: .5em;
}

#ind_form>div>* {
	vertical-align: middle
}

#ind_form label {color: #333;
    padding-left: .5em;
    font-size: 18px;
    padding-right: 1em;
}

#ind_form textarea {
	height: 70px;
	text-indent: .8em
}

#ind_form .zxlysub,.ind_form input[type=Submit] {    display: block;
    color: #fff;
    height: 40px;
    background: #00b3ed;
    width: 9em;
    margin-left: auto;
    margin-right: auto;
    border: none;    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}
.ind_form input[type=Submit]{line-height: 36px !important;    border-radius: 5px;}
#ind_proban .apply{font-weight: bold;border-radius: 5px;}
@media (max-width:768px) {
	.contact_cont{float: none;
		width: 100%;margin-right: 0;
		margin-bottom: 2rem;
	}
}

.containe.contact {
	box-sizing: border-box;
	max-width: 1300px;
	margin-top: 1rem;
	padding: 2rem
}

.containe.contact .tit {
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	padding-bottom: 3vw
}

@media (max-width:768px) {
	.containe.contact .tit {
		font-size: 1.16666667rem
	}
}

.containe.contact .tit:after {
	display: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	content: " ";
	height: .2rem;
	width: 2rem;
	z-index: 5
}

.containe.contact h3 {
	border-left: 3px solid #eee;
	padding-left: .6rem;
	margin-bottom: .5rem
}

.containe.contact h3 small {
	font-size: 1.2rem;
	color: #ddd;
	text-transform: uppercase;
	display: block
}

@media (max-width:768px) {
	.containe.contact h3 small {
		font-size: 1.09090909rem
	}
}

.containe.contact .lx {
	margin: 0 5vw
}

.containe.contact+.cb p {
	line-height: 0
}

.contact_info{    padding-top: 6vw;
    display: block;
    line-height: 2.5em;}
.cb.contact{padding-top: 3vw;}
.cb.contact table{text-align: center;line-height:3em;}
.cb.contact img{max-width: 90%;height: auto !important;}
.pro_det {
	overflow: hidden;
	margin-bottom: 1rem
}

.pro_det .big {
	float: left;
	width:50%;
	margin-right: 1.5rem
}
.pro_det .big .imgcon{
	 height: 23rem;
}
.pro_det .big .imgcon img{
	max-width: 90%;max-height: 90%;
}
.pro_det div.con {    font-size:1.2rem;
    color: #444;
    line-height: 1.5em;    height: 4.5em;
    margin-bottom: 1em;
    overflow: hidden;
}

@media (max-width:640px) {
	.pro_det div.con {
		font-size: 13px
	}
}

.padbor {
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 1.5rem;
	margin-bottom: 2rem
}
